home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Archive / Games / Soundboard / CAttachment.h < prev    next >
Encoding:
Text File  |  2000-09-28  |  651 b   |  23 lines  |  [TEXT/MMCC]

  1. // ===========================================================================
  2. //    CAttachment.h                ©1995 Apple Computer, Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5. #pragma once
  6.  
  7. #include <LAttachment.h>
  8.  
  9.  
  10. // ===========================================================================
  11. // • C3DBorderAttachment                                 C3DBorderAttachment •
  12. // ===========================================================================
  13.  
  14. class    C3DBorderAttachment : public LAttachment {
  15. public:
  16.             C3DBorderAttachment(void);
  17.             
  18. protected:
  19.     virtual void    ExecuteSelf(MessageT inMessage, void *ioParam);
  20. };
  21.  
  22.  
  23.